//==============================================================================
// Healing Potion_anim.txt
//==============================================================================


                           ____________________________________
                          |                                    |
                          |      CREATED by WOLLIEWOLTAZ       |
                          |____________________________________|
//==============================================================================
//==============================================================================
//Particle Attachments:
//==============================================================================
//==============================================================================
define BirthSFX
{
   set hotspot
   {
      version
      {
         Visualparticle SFX C Myth Unit Birth Effect
      }
   }
}
//==============================================================================
//==============================================================================
//Visual:
//==============================================================================
//==============================================================================
anim Birth
{
   SetSelector
   {
      set hotspot
      {
         version
         {
		Visual HealingPotion_spawn
		Connect ATTACHPOINT BirthSFX hotspot
		tag SpecificSoundSet 0.01 false HealingPotionSpawnSFX checkVisible
	 }
      }
   }
}
//==============================================================================
anim Idle
{
   SetSelector none 
   {
      ResourceLogic 100 75 50 25 0
      set hotspot
      {
         version
         {
            Visual HealingPotion_idle100
//			
         }
      }
      set hotspot
      {
         version
         {
            Visual HealingPotion_idle75
//			
         }
      }
      set hotspot
      {
         version
         {
            Visual HealingPotion_idle50
//			
         }
      }
      set hotspot
      {
         version
         {
            Visual HealingPotion_idle25
//			
         }
      }
      set hotspot
      {
         version
         {
            Visual HealingPotion_idle0
//			
         }
      }
   }
}
//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
		Visual HealingPotion_death
		Length 1.0
	 }
      }
   }
}